Welcome![Sign In][Sign Up]
Location:
Search - java txt

Search list

[JSP/JavaBanker

Description: 银行家算法 java版 运行 java Banker < a.txt-Banker s algorithm running java version java Banker <a.txt
Platform: | Size: 5120 | Author: 贺腾 | Hits:

[File Operatefilter

Description: 垃圾邮件过滤器,本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。-Spam filters, the software based on the Naive Bayes algorithm, using NetBeans generated interface (requires JDK1.6), apply to SMS, mail messages, diaries and other documents classified txt, testing rate of 90.
Platform: | Size: 976896 | Author: 张家 | Hits:

[Algorithmmail

Description: 垃圾邮件过滤器 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-Spam filter software is based on the Naive Bayes algorithm, using NetBeans generated interface [have to JDK1.6], suitable for mobile phone message, mail messages, diaries and other documents classified txt, testing rate of 90 .
Platform: | Size: 971776 | Author: 梦创 | Hits:

[JSP/JavaJAVA

Description: Java 范例实战 光盘使用说明 ========================== 本光盘的文件结构如下所示: ===================================== -|---/Sample/ (范例程序) |---AutoRun.inf (导览程序需要的文件) |---Index.htm (本书导览网页) |---ReadMe.txt (您现在正在看的文字说明文件) ps.您可以在光盘片里双击Index.htm开启浏览网页。 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 使用说明 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 移动鼠标光标至按钮上,会在右边出现辅助说明。 如果要开启执行,可以直接在按钮上单击。 欲离开可以按下窗口右上方的“x”。-Java Example ========================== actual CD-ROM for use of this CD-ROM file structure as follows: ========= ============================-|---/ Sample/(example of procedure) |--- AutoRun. inf (Navigation procedures required documents) |--- Index. htm (navigation pages in this book) |--- ReadMe. txt (you are now the characters look the documentation) ps. You can double-click the CD in open Index.htm browse the Web. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Use =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= move the mouse cursor to the button will Help appears on the right. If you want to open the implementation, you can click directly on the button. To leave the window can press the top right of the " x" .
Platform: | Size: 3855360 | Author: WolfMan | Hits:

[JSP/Javadownload

Description: 写在txt里的描述用java实现下载的原码,需要点编程的知识奥-download
Platform: | Size: 6144 | Author: 曹兴华 | Hits:

[JSP/Javajava

Description: 输入5个学生的成绩(从0到100的整数),并将这5个数保存到文件“data.txt”中。然后再编写一个程序,从文件“data.txt”中读取这5个学生的成绩,计算并输出它们的平均数,然后再按从小到大的顺序输出这5个学生的成绩。 -The importation of five pupils (from 0 to 100 integer), and 5 the number of files saved to the " data.txt" in. The preparation of a program and then, from the file " data.txt" in which five students to read the results, calculated and their average output, and then the order from small to large output that results of five students.
Platform: | Size: 1024 | Author: kevin | Hits:

[AI-NN-PRaprioriGUI

Description: 这是实现资料挖掘中的Apriori演算法的源代码 此java程式需先在同一资料夹下创建一个database.txt档 开启档案后,输入最小支持度及信赖度,程式会执行计算出关联法则 此与一般的apriori代码不同,经过修改后亘加完美-This is the realization of the Apriori data mining algorithm java source code for this program need to be in the same folder create a file to open the file database.txt, enter the minimum support and confidence, the program will calculate the association rules to implement this with the apriori code in general different,经济increase over the revised through perfect
Platform: | Size: 35840 | Author: 洪武 | Hits:

[JSP/Java7tgq

Description: txt文本格式处理器,可以分割txt格式,txt格式与html的相互转换-txt text processor, can be divided txt format, txt and html format of the mutual conversion
Platform: | Size: 808960 | Author: liag | Hits:

[JSP/JavaBinarySearch

Description: Binary Search in Java. This can read in a .txt file and do search,sort on the file and output the sorted file
Platform: | Size: 2048 | Author: JC | Hits:

[File OperateSPDF

Description: 我们经常会有这样的经历,只记得只言片语,而不记得是具体是哪个文件,有人会去挨个打开文件去查找,有人会打开WINDOW的文件搜索, 前者就不用多说了,呵呵,后者会发现Window搜索的能力太有限了,比如我们在日常工作中经常会遇到PDF文件,.JAVA文件就无法搜索,而且搜索完成后只是告诉你这个文件里有你需要的,但你还要打开看是否是你真正需要的,最好的方法是我们可否和搜索引擎一样将文件中的关键字所处的上下文列出来呢? 呵呵,本软件就是达到此目的..不但可以列出你要找的关键字的相关内容,还能搜索出PDF文件中的关键字符串,以后再也不怕在PDF文件中找东西了. 另外本软件还支持PDF转换到文本的格式 This version only for English.-PDF to txt ,Search PDF file
Platform: | Size: 78848 | Author: 李优 | Hits:

[JSP/JavaJAVAIO

Description: 关于代码的解释(以区为单位): 1区中,当读取文件时,先把文件内容读到缓存中,当调用in.readLine()时,再从缓存中以字符的方式读取数据(以下简称“缓存字节读取方式”)。 1b区中,由于想以缓存字节读取方式从标准IO(键盘)中读取数据,所以要先把标准IO(System.in)转换成字符导向的stream,再进行BufferedReader封装。 2区中,要以字符的形式从一个String对象中读取数据,所以要产生一个StringReader类型的stream。 4区中,对String对象s2读取数据时,先把对象中的数据存入缓存中,再从缓冲中进行读取;对TestIO.out文件进行操作时,先把格式化后的信息输出到缓存中,再把缓存中的信息输出到文件中。 5区中,对Data.txt文件进行输出时,是先把基本类型的数据输出屋缓存中,再把缓存中的数据输出到文件中;对文件进行读取操作时,先把文件中的数据读取到缓存中,再从缓存中以基本类型的形式进行读取。注意in5.readDouble()这一行。因为写入第一个writeDouble(),所以为了正确显示。也要以基本类型的形式进行读取。 6区是通过RandomAccessFile类对文件进行操作。-JAVA的IO系统
Platform: | Size: 2048 | Author: 123 | Hits:

[File Formataaa

Description: 从文件(.csv或.txt)导入Oracle数据库Java源代码1.txt-you is my baby
Platform: | Size: 7168 | Author: 杨涛 | Hits:

[Booksjava

Description: java开发程序,为了大家的方便已做成了txt格式,包括输入内容显示,鼠标跟随以及跑马灯等内容!-java development process, in order to facilitate everyone' s already made a txt format, including the input content display, mouse, etc. to follow as well as the Marquee!
Platform: | Size: 4096 | Author: Catherine | Hits:

[JSP/Javatxt

Description: 用java编写的一个简单的记事本,使用于初学者。简单易懂。-Using java prepared a simple notebook, used for beginners. Easy-to-read.
Platform: | Size: 3072 | Author: sfg | Hits:

[FlashMXtelnetd-2_0

Description: Java TelnetD library (embeddable telnet daemon) Copyright (c) 2000-2005 Dieter Wimberger All rights reserved. This library is released under the terms of the BSD style license you received along with your working copy (see LICENSE.txt). For documentation, please see: http://telnetd.sourceforge.net This project is free and open source and this will not change in the future. However, working on the project requires resources (beyond the ones provided by SF). If you are willing to support the project financially, you are welcome to make donations (via SF/PayPal). Donated money will be used to pay Internet provider bills, provide and maintain network facilities, enhance computing power and memory capacity. 5 will automatically be transfered to SF.net, for providing the hosting facilities on SF. -Java TelnetD library (embeddable telnet daemon) Copyright (c) 2000-2005 Dieter Wimberger All rights reserved. This library is released under the terms of the BSD style license you received along with your working copy (see LICENSE.txt). For documentation, please see: http://telnetd.sourceforge.net This project is free and open source and this will not change in the future. However, working on the project requires resources (beyond the ones provided by SF). If you are willing to support the project financially, you are welcome to make donations (via SF/PayPal). Donated money will be used to pay Internet provider bills, provide and maintain network facilities, enhance computing power and memory capacity. 5 will automatically be transfered to SF.net, for providing the hosting facilities on SF.
Platform: | Size: 483328 | Author: nov | Hits:

[JSP/JavaWordtotxt(java)

Description: java 语言实现word 文档装换成txt文档-java language word document loaded into txt file
Platform: | Size: 52224 | Author: kdq | Hits:

[JSP/Java112-TreeSumming

Description: A solution in java (includes a .txt file of test cases) to the Tree Summing Problem under Volume I of the Problem Set Volumes of the UVA Online Judge. The problem is available at http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=3&page=show_problem&problem=48
Platform: | Size: 3072 | Author: Mezura | Hits:

[Mathimatics-Numerical algorithms118-FlatworldMutant

Description: A solution (with a .txt file containing test cases) to the Mutant Flatworld Explorers problem in Volume I of the Problem Volumes of the UVA Online Judge. The problem is available at http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=3&page=show_problem&problem=54
Platform: | Size: 3072 | Author: Mezura | Hits:

[JSP/Javademo

Description: Spring2.5+Struts2.0+hibernate3.0+Dwr+jquery+displayTag 1 基于SSH,service采用 annotation注入减少配置 2 利用struts2 的LoginAction-validation.xml 3 在bean里把service包;暴露DWR,写了一个验证用户名的流程 4 采用jpa作为POJO,还是减少配置 5 加入display的分页,并且是物理分页 打开后自已建表sql.txt jdbc.properties-Spring2.5+ Struts2.0+ hibernate3.0+ Dwr+ jquery+ displayTag 1 based on SSH, service configuration 2 using annotation injection to reduce the use of struts2 in LoginAction-validation.xml 3 of the bean inside the service package exposure DWR, wrote a Verify the user name the process of four using jpa as POJO, or decrease the paging display configuration 5 to join and is open after the self-construction of the physical page table sql.txt jdbc.properties
Platform: | Size: 23403520 | Author: 崔易 | Hits:

[JSP/Javaex-11

Description: K-Means.java K-means分群法(组数数据皆不固定,以读入档案, iris.txt)-K-Means.java K-means grouping method (group, none fixed the number of data in order to read the file, iris.txt)
Platform: | Size: 6144 | Author: 林好 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 27 »

CodeBus www.codebus.net